home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Gry / Base_Invaders_ / BaseInvadersSetup1.3.exe / {app} / Data / SparkCog.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-25  |  1.4 KB  |  44 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Stream name="Stream">
  3.   <cog name="cog" CogID="InvDeathEffect">
  4.     <string name="cogname" />
  5.     <comp name="Positional" CompID="1">
  6.       <vector name="Position">
  7.         <real name="x">0</real>
  8.         <real name="y">0</real>
  9.         <real name="z">0</real>
  10.       </vector>
  11.       <vector name="Velocity">
  12.         <real name="x">0</real>
  13.         <real name="y">0</real>
  14.         <real name="z">0</real>
  15.       </vector>
  16.       <quat name="Orientation">
  17.         <real name="x">0</real>
  18.         <real name="y">0</real>
  19.         <real name="z">0</real>
  20.         <real name="w">1</real>
  21.       </quat>
  22.       <uint name="BoundingType" type="BoundingType">0</uint>
  23.       <bool name="Visible">true</bool>
  24.     </comp>
  25.     <comp name="ParticleComp" CompID="3">
  26.       <bool name="Transform">false</bool>
  27.       <bool name="ExhaustDeath">false</bool>
  28.       <list name="EmitterFiles" type="file" size="1">
  29.         <file name="file">Data\SparkEmit.xml</file>
  30.       </list>
  31.       <list name="SystemFiles" type="file" size="1">
  32.         <file name="file">Data\SparkSys.xml</file>
  33.       </list>
  34.     </comp>
  35.     <comp name="SoundPlayer3D" CompID="21">
  36.       <file name="SoundSetFile" />
  37.     </comp>
  38.     <comp name="TimedDeathComp" CompID="125">
  39.       <real name="SecsTilDeath">3</real>
  40.       <bool name="FadeOut">false</bool>
  41.       <bool name="StartPaused">false</bool>
  42.     </comp>
  43.   </cog>
  44. </Stream>